home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK2.toast / Development Kits (Disc 2) / QuickTime / Sample Code / QT Codec Acceleration / Samples / FakeRaw / makefile next >
Encoding:
Makefile  |  1997-02-26  |  772 b   |  29 lines  |  [TEXT/MPS ]

  1. ## modify the location of this folder to match your system
  2.  
  3. obj = "{Boot}Objects:"
  4.  
  5. ## 
  6.  
  7. Roptions     = 
  8. PPCOptions     = -warnings off -appleext on
  9.  
  10. MWPPCLibs = ∂
  11.     {MWPPCLibraries}InterfaceLib ∂
  12.     {MWPPCLibraries}QuickTimeInterfacesLib
  13.  
  14. RawFakerPPC ƒ {obj}RawFakerCodecPPC
  15.  
  16. ############## Power PC ##################
  17.  
  18. {obj}RawFakerCodecPPC ƒ makefile rawFakerCodec.r {obj}rawFakerCodecD.pef
  19.     Rez {ROptions} -o {targ} -c 'appl' -t 'thng' rawFakerCodec.r -d POWERPC_NATIVE=1 ∂
  20.         -d DECOPPC=∂"{obj}rawFakerCodecD.pef∂"
  21.  
  22. {obj}rawFakerCodecD.pef ƒ makefile {obj}rawFakerCodecD.c.x
  23.     MWLinkPPC -main "Dispatcher" -o {targ} {obj}rawFakerCodecD.c.x {MWPPCLibs}
  24.  
  25. {obj}rawFakerCodecD.c.x ƒ makefile rawFakerCodec.c    
  26.     MWCPPC rawFakerCodec.c {PPCOptions} ∂
  27.     -d POWERPC_NATIVE=1 ∂
  28.     -o {targ}
  29.